(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/icon.h>
struct DiskObject * GetDefDiskObject()
SYNOPSIS
long type

LOCATION
In IconBase at offset 20
FUNCTION
Gets the default icon for the supplied type of icon.

INPUTS
type
type of icon to get default diskobject for.
RESULT
DiskObject structure or NULL if an error occured. The error may be obtained by IoErr().

NOTES
EXAMPLE
BUGS
SEE ALSO
PutDefDiskObject(), GetDiskObjectNew()
INTERNALS
HISTORY
03.02.1997 digulla
New library icon.library by N.H. Lorentzen